home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / ROCK14.lha / rock < prev    next >
AmigaDOS Script File  |  1995-04-18  |  748b  |  28 lines

  1. .key address,config
  2. .def address BOSS
  3. .def config rock:rock.cfg
  4.  
  5. ;             Rock v1.4 - Fidonet mailer for point systems
  6. ;                 Copyright (C) 1995  Jean-Marc Xiume'
  7. ;         This software is distributed under the terms of the
  8. ;    GNU General Public License. Read "license.doc" for more details.
  9.  
  10. ;**************************** Launch script ****************************
  11.  
  12. setenv rock_calling <address>
  13. setenv rock_config <config>
  14.  
  15. cd rock:
  16. if not exists <config>
  17.   echo "Config file $cfg not found !"
  18.   quit
  19. endif
  20.  
  21. sys:rexxc/rxlib rexxsupport.library 0 -30 0
  22. sys:rexxc/rxlib xferq.library 0 -30 0
  23. if exists libs:traplist.library
  24.   sys:rexxc/rxlib traplist.library 0 -30 0
  25. endif
  26.  
  27. launchwpl rock ROCK:rock.wpl ROCK rock!startup 0 30000
  28.